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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=156",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 157,
    "results": [
        {
            "start": 838300422,
            "stop": 838307251
        },
        {
            "start": 838307719,
            "stop": 838325682
        },
        {
            "start": 838328603,
            "stop": 838336522
        },
        {
            "start": 838338210,
            "stop": 838373653
        },
        {
            "start": 838375114,
            "stop": 838388670
        },
        {
            "start": 838388679,
            "stop": 838399490
        },
        {
            "start": 838401469,
            "stop": 838406340
        },
        {
            "start": 838407080,
            "stop": 838410410
        },
        {
            "start": 838410411,
            "stop": 838410425
        },
        {
            "start": 838410426,
            "stop": 838410430
        },
        {
            "start": 838410434,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838413279
        },
        {
            "start": 838413282,
            "stop": 838415409
        },
        {
            "start": 838416294,
            "stop": 838419157
        },
        {
            "start": 838420230,
            "stop": 838469752
        },
        {
            "start": 838470541,
            "stop": 838479616
        },
        {
            "start": 838495211,
            "stop": 838503356
        },
        {
            "start": 838503357,
            "stop": 838503362
        },
        {
            "start": 838503363,
            "stop": 838504999
        },
        {
            "start": 838505000,
            "stop": 838568613
        }
    ]
}