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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=333",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 334,
    "results": [
        {
            "start": 823440887,
            "stop": 823441739
        },
        {
            "start": 823441743,
            "stop": 823444860
        },
        {
            "start": 823444980,
            "stop": 823446480
        },
        {
            "start": 823446540,
            "stop": 823449134
        },
        {
            "start": 823449137,
            "stop": 823449480
        },
        {
            "start": 823449600,
            "stop": 823449968
        },
        {
            "start": 823450225,
            "stop": 823450810
        },
        {
            "start": 823517554,
            "stop": 823522014
        },
        {
            "start": 823522018,
            "stop": 823526267
        },
        {
            "start": 823526271,
            "stop": 823527540
        },
        {
            "start": 823527600,
            "stop": 823531522
        },
        {
            "start": 823601121,
            "stop": 823612296
        },
        {
            "start": 823612300,
            "stop": 823613833
        },
        {
            "start": 823613884,
            "stop": 823613886
        },
        {
            "start": 823613990,
            "stop": 823615153
        },
        {
            "start": 823615186,
            "stop": 823615188
        },
        {
            "start": 823616805,
            "stop": 823617734
        },
        {
            "start": 823698641,
            "stop": 823700205
        },
        {
            "start": 823700209,
            "stop": 823705926
        },
        {
            "start": 823705930,
            "stop": 823711817
        }
    ]
}