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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=183",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 184,
    "results": [
        {
            "start": 931138830,
            "stop": 931138831
        },
        {
            "start": 931138832,
            "stop": 931138833
        },
        {
            "start": 931138834,
            "stop": 931138836
        },
        {
            "start": 931138838,
            "stop": 931138841
        },
        {
            "start": 931138844,
            "stop": 931138845
        },
        {
            "start": 931138846,
            "stop": 931138847
        },
        {
            "start": 931138848,
            "stop": 931138849
        },
        {
            "start": 931138851,
            "stop": 931138862
        },
        {
            "start": 931138865,
            "stop": 931138869
        },
        {
            "start": 931138870,
            "stop": 931138872
        },
        {
            "start": 931138874,
            "stop": 931138875
        },
        {
            "start": 931138876,
            "stop": 931138877
        },
        {
            "start": 931138881,
            "stop": 931138884
        },
        {
            "start": 931138886,
            "stop": 931138887
        },
        {
            "start": 931138888,
            "stop": 931138889
        },
        {
            "start": 931138892,
            "stop": 931138894
        },
        {
            "start": 931138896,
            "stop": 931138898
        },
        {
            "start": 931138901,
            "stop": 931138907
        },
        {
            "start": 931138909,
            "stop": 931138910
        },
        {
            "start": 931138915,
            "stop": 931138916
        }
    ]
}