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=46781
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=46782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46780",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46781,
    "results": [
        {
            "start": 875102731,
            "stop": 875102734
        },
        {
            "start": 875102735,
            "stop": 875102753
        },
        {
            "start": 875102754,
            "stop": 875102794
        },
        {
            "start": 875102795,
            "stop": 875102805
        },
        {
            "start": 875102806,
            "stop": 875102837
        },
        {
            "start": 875102839,
            "stop": 875102853
        },
        {
            "start": 875102854,
            "stop": 875102900
        },
        {
            "start": 875102901,
            "stop": 875102914
        },
        {
            "start": 875102915,
            "stop": 875102951
        },
        {
            "start": 875102952,
            "stop": 875102954
        },
        {
            "start": 875102955,
            "stop": 875103005
        },
        {
            "start": 875103007,
            "stop": 875103037
        },
        {
            "start": 875103038,
            "stop": 875103094
        },
        {
            "start": 875103095,
            "stop": 875103116
        },
        {
            "start": 875103117,
            "stop": 875103124
        },
        {
            "start": 875103125,
            "stop": 875103135
        },
        {
            "start": 875103137,
            "stop": 875103151
        },
        {
            "start": 875103152,
            "stop": 875103180
        },
        {
            "start": 875103241,
            "stop": 875103253
        },
        {
            "start": 875103254,
            "stop": 875103266
        }
    ]
}