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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46829",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46830,
    "results": [
        {
            "start": 875132933,
            "stop": 875132946
        },
        {
            "start": 875132950,
            "stop": 875132973
        },
        {
            "start": 875132975,
            "stop": 875133011
        },
        {
            "start": 875133012,
            "stop": 875133020
        },
        {
            "start": 875133023,
            "stop": 875133046
        },
        {
            "start": 875133049,
            "stop": 875133057
        },
        {
            "start": 875133059,
            "stop": 875133063
        },
        {
            "start": 875133064,
            "stop": 875133079
        },
        {
            "start": 875133080,
            "stop": 875133088
        },
        {
            "start": 875133089,
            "stop": 875133093
        },
        {
            "start": 875133094,
            "stop": 875133100
        },
        {
            "start": 875133102,
            "stop": 875133122
        },
        {
            "start": 875133123,
            "stop": 875133143
        },
        {
            "start": 875133145,
            "stop": 875133173
        },
        {
            "start": 875133174,
            "stop": 875133182
        },
        {
            "start": 875133183,
            "stop": 875133202
        },
        {
            "start": 875133206,
            "stop": 875133212
        },
        {
            "start": 875133214,
            "stop": 875133228
        },
        {
            "start": 875133230,
            "stop": 875133243
        },
        {
            "start": 875133244,
            "stop": 875133250
        }
    ]
}