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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1670
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1671",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1669",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1670,
    "results": [
        {
            "start": 957285732,
            "stop": 957287228
        },
        {
            "start": 957287230,
            "stop": 957287486
        },
        {
            "start": 957287488,
            "stop": 957288501
        },
        {
            "start": 957292931,
            "stop": 957294598
        },
        {
            "start": 957294600,
            "stop": 957294841
        },
        {
            "start": 957294843,
            "stop": 957295925
        },
        {
            "start": 957295927,
            "stop": 957296237
        },
        {
            "start": 957296239,
            "stop": 957296600
        },
        {
            "start": 957296602,
            "stop": 957302618
        },
        {
            "start": 957333559,
            "stop": 957334670
        },
        {
            "start": 957335143,
            "stop": 957335199
        },
        {
            "start": 957335201,
            "stop": 957335474
        },
        {
            "start": 957335476,
            "stop": 957335582
        },
        {
            "start": 957335584,
            "stop": 957336343
        },
        {
            "start": 957336345,
            "stop": 957336434
        },
        {
            "start": 957336436,
            "stop": 957336525
        },
        {
            "start": 957336527,
            "stop": 957336668
        },
        {
            "start": 957336670,
            "stop": 957336758
        },
        {
            "start": 957336759,
            "stop": 957336855
        },
        {
            "start": 957336857,
            "stop": 957336890
        }
    ]
}