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=40876
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=40877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40875",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40876,
    "results": [
        {
            "start": 875063171,
            "stop": 875063185
        },
        {
            "start": 875063186,
            "stop": 875063213
        },
        {
            "start": 875063214,
            "stop": 875063243
        },
        {
            "start": 875063244,
            "stop": 875063250
        },
        {
            "start": 875063251,
            "stop": 875063276
        },
        {
            "start": 875063278,
            "stop": 875063348
        },
        {
            "start": 875063349,
            "stop": 875063385
        },
        {
            "start": 875063387,
            "stop": 875063388
        },
        {
            "start": 875063389,
            "stop": 875063393
        },
        {
            "start": 875063395,
            "stop": 875063401
        },
        {
            "start": 875063402,
            "stop": 875063437
        },
        {
            "start": 875063438,
            "stop": 875063505
        },
        {
            "start": 875063507,
            "stop": 875063600
        },
        {
            "start": 875063601,
            "stop": 875063606
        },
        {
            "start": 875063609,
            "stop": 875063631
        },
        {
            "start": 875063633,
            "stop": 875063674
        },
        {
            "start": 875063675,
            "stop": 875063712
        },
        {
            "start": 875063715,
            "stop": 875063812
        },
        {
            "start": 875063813,
            "stop": 875063845
        },
        {
            "start": 875063846,
            "stop": 875063853
        }
    ]
}