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=1339
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=1340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1338",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1339,
    "results": [
        {
            "start": 843845671,
            "stop": 843845675
        },
        {
            "start": 843845678,
            "stop": 843845690
        },
        {
            "start": 843845693,
            "stop": 843845695
        },
        {
            "start": 843845698,
            "stop": 843845743
        },
        {
            "start": 843845746,
            "stop": 843845754
        },
        {
            "start": 843845757,
            "stop": 843845784
        },
        {
            "start": 843845787,
            "stop": 843845809
        },
        {
            "start": 843845812,
            "stop": 843845838
        },
        {
            "start": 843845841,
            "stop": 843845892
        },
        {
            "start": 843845895,
            "stop": 843845908
        },
        {
            "start": 843845911,
            "stop": 843845922
        },
        {
            "start": 843845927,
            "stop": 843845933
        },
        {
            "start": 843845936,
            "stop": 843845937
        },
        {
            "start": 843845940,
            "stop": 843845953
        },
        {
            "start": 843845956,
            "stop": 843845958
        },
        {
            "start": 843845964,
            "stop": 843845984
        },
        {
            "start": 843845987,
            "stop": 843845994
        },
        {
            "start": 843845997,
            "stop": 843846000
        },
        {
            "start": 843846003,
            "stop": 843846015
        },
        {
            "start": 843846021,
            "stop": 843846028
        }
    ]
}