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=46769
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=46770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46768",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46769,
    "results": [
        {
            "start": 875092893,
            "stop": 875093028
        },
        {
            "start": 875093029,
            "stop": 875093154
        },
        {
            "start": 875093155,
            "stop": 875093185
        },
        {
            "start": 875093186,
            "stop": 875093221
        },
        {
            "start": 875093222,
            "stop": 875093437
        },
        {
            "start": 875093438,
            "stop": 875093459
        },
        {
            "start": 875093460,
            "stop": 875093481
        },
        {
            "start": 875093482,
            "stop": 875093715
        },
        {
            "start": 875093716,
            "stop": 875093897
        },
        {
            "start": 875093898,
            "stop": 875093907
        },
        {
            "start": 875093908,
            "stop": 875093998
        },
        {
            "start": 875094000,
            "stop": 875094010
        },
        {
            "start": 875094011,
            "stop": 875094033
        },
        {
            "start": 875094034,
            "stop": 875094193
        },
        {
            "start": 875094194,
            "stop": 875094228
        },
        {
            "start": 875094229,
            "stop": 875094354
        },
        {
            "start": 875094356,
            "stop": 875094363
        },
        {
            "start": 875094364,
            "stop": 875094543
        },
        {
            "start": 875094544,
            "stop": 875094594
        },
        {
            "start": 875094595,
            "stop": 875094605
        }
    ]
}