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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=157",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 158,
    "results": [
        {
            "start": 834340040,
            "stop": 834340041
        },
        {
            "start": 834340181,
            "stop": 834341821
        },
        {
            "start": 834341823,
            "stop": 834344414
        },
        {
            "start": 834344415,
            "stop": 834345793
        },
        {
            "start": 834348323,
            "stop": 834350290
        },
        {
            "start": 834353718,
            "stop": 834358266
        },
        {
            "start": 834358761,
            "stop": 834368473
        },
        {
            "start": 834371440,
            "stop": 834373800
        },
        {
            "start": 834373802,
            "stop": 834374684
        },
        {
            "start": 834377697,
            "stop": 834389892
        },
        {
            "start": 834392076,
            "stop": 834418162
        },
        {
            "start": 834418165,
            "stop": 834419250
        },
        {
            "start": 834419252,
            "stop": 834420971
        },
        {
            "start": 834422441,
            "stop": 834422448
        },
        {
            "start": 834422461,
            "stop": 834422486
        },
        {
            "start": 834422489,
            "stop": 834423174
        },
        {
            "start": 834423176,
            "stop": 834423687
        },
        {
            "start": 834423689,
            "stop": 834424272
        },
        {
            "start": 834426615,
            "stop": 834435235
        },
        {
            "start": 834436487,
            "stop": 834437129
        }
    ]
}