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_CAT1/segments?format=api&page=134
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=133",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 134,
    "results": [
        {
            "start": 834301840,
            "stop": 834301842
        },
        {
            "start": 834301847,
            "stop": 834301850
        },
        {
            "start": 834310767,
            "stop": 834312168
        },
        {
            "start": 834312170,
            "stop": 834312171
        },
        {
            "start": 834312173,
            "stop": 834312175
        },
        {
            "start": 834312176,
            "stop": 834312181
        },
        {
            "start": 834316773,
            "stop": 834322689
        },
        {
            "start": 834330595,
            "stop": 834340041
        },
        {
            "start": 834340181,
            "stop": 834341821
        },
        {
            "start": 834341823,
            "stop": 834344414
        },
        {
            "start": 834344415,
            "stop": 834345803
        },
        {
            "start": 834348323,
            "stop": 834350290
        },
        {
            "start": 834353718,
            "stop": 834358266
        },
        {
            "start": 834358761,
            "stop": 834368500
        },
        {
            "start": 834371440,
            "stop": 834373800
        },
        {
            "start": 834373802,
            "stop": 834374684
        },
        {
            "start": 834377697,
            "stop": 834389892
        },
        {
            "start": 834392076,
            "stop": 834419250
        },
        {
            "start": 834419252,
            "stop": 834420971
        },
        {
            "start": 834422441,
            "stop": 834422448
        }
    ]
}