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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=210",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 211,
    "results": [
        {
            "start": 834752582,
            "stop": 834753176
        },
        {
            "start": 834755123,
            "stop": 834765321
        },
        {
            "start": 834765446,
            "stop": 834769270
        },
        {
            "start": 834773319,
            "stop": 834774027
        },
        {
            "start": 834775548,
            "stop": 834776218
        },
        {
            "start": 834777730,
            "stop": 834780257
        },
        {
            "start": 834784007,
            "stop": 834784312
        },
        {
            "start": 834785216,
            "stop": 834788990
        },
        {
            "start": 834788991,
            "stop": 834789126
        },
        {
            "start": 834789128,
            "stop": 834790903
        },
        {
            "start": 834790995,
            "stop": 834791094
        },
        {
            "start": 834791762,
            "stop": 834791844
        },
        {
            "start": 834792137,
            "stop": 834793518
        },
        {
            "start": 834804508,
            "stop": 834804932
        },
        {
            "start": 834804934,
            "stop": 834806177
        },
        {
            "start": 834806179,
            "stop": 834810685
        },
        {
            "start": 834810687,
            "stop": 834810758
        },
        {
            "start": 834811958,
            "stop": 834822913
        },
        {
            "start": 834823860,
            "stop": 834832662
        },
        {
            "start": 834832664,
            "stop": 834834071
        }
    ]
}