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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=324",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 325,
    "results": [
        {
            "start": 844229373,
            "stop": 844237616
        },
        {
            "start": 844237618,
            "stop": 844239935
        },
        {
            "start": 844239936,
            "stop": 844239943
        },
        {
            "start": 844239945,
            "stop": 844239949
        },
        {
            "start": 844239951,
            "stop": 844241061
        },
        {
            "start": 844243166,
            "stop": 844255086
        },
        {
            "start": 844255088,
            "stop": 844258315
        },
        {
            "start": 844258316,
            "stop": 844261066
        },
        {
            "start": 844261068,
            "stop": 844270313
        },
        {
            "start": 844270682,
            "stop": 844271561
        },
        {
            "start": 844273199,
            "stop": 844273685
        },
        {
            "start": 844273687,
            "stop": 844273945
        },
        {
            "start": 844273947,
            "stop": 844274362
        },
        {
            "start": 844274364,
            "stop": 844274505
        },
        {
            "start": 844274506,
            "stop": 844282441
        },
        {
            "start": 844282443,
            "stop": 844294907
        },
        {
            "start": 844294909,
            "stop": 844303544
        },
        {
            "start": 844303546,
            "stop": 844313282
        },
        {
            "start": 844314142,
            "stop": 844316062
        },
        {
            "start": 844318970,
            "stop": 844321121
        }
    ]
}