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=1625
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=1626",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1624",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1625,
    "results": [
        {
            "start": 955142686,
            "stop": 955142717
        },
        {
            "start": 955142719,
            "stop": 955143173
        },
        {
            "start": 955143175,
            "stop": 955143207
        },
        {
            "start": 955143209,
            "stop": 955143219
        },
        {
            "start": 955143221,
            "stop": 955143293
        },
        {
            "start": 955143298,
            "stop": 955143581
        },
        {
            "start": 955143583,
            "stop": 955143725
        },
        {
            "start": 955143727,
            "stop": 955143792
        },
        {
            "start": 955183602,
            "stop": 955187689
        },
        {
            "start": 955187824,
            "stop": 955191453
        },
        {
            "start": 955191455,
            "stop": 955191600
        },
        {
            "start": 955191603,
            "stop": 955191813
        },
        {
            "start": 955191815,
            "stop": 955191827
        },
        {
            "start": 955191829,
            "stop": 955191830
        },
        {
            "start": 955191831,
            "stop": 955191834
        },
        {
            "start": 955193219,
            "stop": 955197546
        },
        {
            "start": 955197548,
            "stop": 955198518
        },
        {
            "start": 955198520,
            "stop": 955199268
        },
        {
            "start": 955332352,
            "stop": 955332624
        },
        {
            "start": 955332626,
            "stop": 955334056
        }
    ]
}