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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40918",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40919,
    "results": [
        {
            "start": 875102412,
            "stop": 875102431
        },
        {
            "start": 875102433,
            "stop": 875102439
        },
        {
            "start": 875102441,
            "stop": 875102444
        },
        {
            "start": 875102445,
            "stop": 875102474
        },
        {
            "start": 875102475,
            "stop": 875102503
        },
        {
            "start": 875102504,
            "stop": 875102529
        },
        {
            "start": 875102530,
            "stop": 875102596
        },
        {
            "start": 875102598,
            "stop": 875102623
        },
        {
            "start": 875102624,
            "stop": 875102628
        },
        {
            "start": 875102629,
            "stop": 875102651
        },
        {
            "start": 875102652,
            "stop": 875102654
        },
        {
            "start": 875102655,
            "stop": 875102707
        },
        {
            "start": 875102708,
            "stop": 875102715
        },
        {
            "start": 875102716,
            "stop": 875102729
        },
        {
            "start": 875102731,
            "stop": 875102737
        },
        {
            "start": 875102738,
            "stop": 875102746
        },
        {
            "start": 875102748,
            "stop": 875102756
        },
        {
            "start": 875102757,
            "stop": 875102798
        },
        {
            "start": 875102799,
            "stop": 875102833
        },
        {
            "start": 875102834,
            "stop": 875102839
        }
    ]
}