Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=251
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=250",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 251,
    "results": [
        {
            "start": 845322466,
            "stop": 845322475
        },
        {
            "start": 845322477,
            "stop": 845324259
        },
        {
            "start": 845324667,
            "stop": 845325493
        },
        {
            "start": 845325530,
            "stop": 845325531
        },
        {
            "start": 845325679,
            "stop": 845329679
        },
        {
            "start": 845330997,
            "stop": 845332849
        },
        {
            "start": 845332852,
            "stop": 845360333
        },
        {
            "start": 845360443,
            "stop": 845363256
        },
        {
            "start": 845363556,
            "stop": 845376946
        },
        {
            "start": 845381950,
            "stop": 845398667
        },
        {
            "start": 845411788,
            "stop": 845421354
        },
        {
            "start": 845435003,
            "stop": 845446606
        },
        {
            "start": 845446716,
            "stop": 845447033
        },
        {
            "start": 845448750,
            "stop": 845476795
        },
        {
            "start": 845477103,
            "stop": 845477301
        },
        {
            "start": 845477601,
            "stop": 845478586
        },
        {
            "start": 845478886,
            "stop": 845483875
        },
        {
            "start": 845484261,
            "stop": 845486773
        },
        {
            "start": 845486893,
            "stop": 845492592
        },
        {
            "start": 845492702,
            "stop": 845492952
        }
    ]
}