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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=154",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 155,
    "results": [
        {
            "start": 829053467,
            "stop": 829054422
        },
        {
            "start": 829055401,
            "stop": 829057523
        },
        {
            "start": 829131452,
            "stop": 829136671
        },
        {
            "start": 829137452,
            "stop": 829137508
        },
        {
            "start": 829137663,
            "stop": 829144597
        },
        {
            "start": 829144599,
            "stop": 829144742
        },
        {
            "start": 829144743,
            "stop": 829144759
        },
        {
            "start": 829145870,
            "stop": 829150951
        },
        {
            "start": 829151045,
            "stop": 829156204
        },
        {
            "start": 829156302,
            "stop": 829156710
        },
        {
            "start": 829157753,
            "stop": 829159052
        },
        {
            "start": 829159127,
            "stop": 829166368
        },
        {
            "start": 829166616,
            "stop": 829168150
        },
        {
            "start": 829168152,
            "stop": 829175527
        },
        {
            "start": 829203282,
            "stop": 829206496
        },
        {
            "start": 829207489,
            "stop": 829213988
        },
        {
            "start": 829214751,
            "stop": 829218390
        },
        {
            "start": 829218392,
            "stop": 829229279
        },
        {
            "start": 829230721,
            "stop": 829231351
        },
        {
            "start": 829232436,
            "stop": 829239441
        }
    ]
}