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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=76",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 77,
    "results": [
        {
            "start": 824527115,
            "stop": 824527173
        },
        {
            "start": 824527179,
            "stop": 824529502
        },
        {
            "start": 824529505,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596571
        },
        {
            "start": 824599275,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628933
        },
        {
            "start": 824672944,
            "stop": 824674513
        },
        {
            "start": 824675518,
            "stop": 824678692
        },
        {
            "start": 824681146,
            "stop": 824682973
        },
        {
            "start": 824703372,
            "stop": 824712896
        },
        {
            "start": 824712928,
            "stop": 824729844
        },
        {
            "start": 824729847,
            "stop": 824729961
        },
        {
            "start": 824729964,
            "stop": 824729999
        },
        {
            "start": 824739389,
            "stop": 824739390
        },
        {
            "start": 824739451,
            "stop": 824739453
        },
        {
            "start": 824739513,
            "stop": 824739516
        },
        {
            "start": 824739599,
            "stop": 824739602
        }
    ]
}