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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=279",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 280,
    "results": [
        {
            "start": 931167826,
            "stop": 931167830
        },
        {
            "start": 931167837,
            "stop": 931167839
        },
        {
            "start": 931167841,
            "stop": 931167842
        },
        {
            "start": 931167847,
            "stop": 931167850
        },
        {
            "start": 931167851,
            "stop": 931167865
        },
        {
            "start": 931167869,
            "stop": 931167871
        },
        {
            "start": 931167872,
            "stop": 931167874
        },
        {
            "start": 931167875,
            "stop": 931167876
        },
        {
            "start": 931167883,
            "stop": 931167893
        },
        {
            "start": 931167895,
            "stop": 931167896
        },
        {
            "start": 931167897,
            "stop": 931167900
        },
        {
            "start": 931167901,
            "stop": 931167903
        },
        {
            "start": 931167905,
            "stop": 931167907
        },
        {
            "start": 931167909,
            "stop": 931167912
        },
        {
            "start": 931167913,
            "stop": 931167917
        },
        {
            "start": 931167920,
            "stop": 931167921
        },
        {
            "start": 931167922,
            "stop": 931167925
        },
        {
            "start": 931167926,
            "stop": 931167931
        },
        {
            "start": 931167932,
            "stop": 931167935
        },
        {
            "start": 931167936,
            "stop": 931167940
        }
    ]
}