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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=894",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 895,
    "results": [
        {
            "start": 864142974,
            "stop": 864143154
        },
        {
            "start": 864143318,
            "stop": 864143678
        },
        {
            "start": 864146687,
            "stop": 864146747
        },
        {
            "start": 864149015,
            "stop": 864149075
        },
        {
            "start": 864151989,
            "stop": 864153669
        },
        {
            "start": 864153954,
            "stop": 864154014
        },
        {
            "start": 864154339,
            "stop": 864154459
        },
        {
            "start": 864156233,
            "stop": 864156413
        },
        {
            "start": 864157003,
            "stop": 864157303
        },
        {
            "start": 864157441,
            "stop": 864157741
        },
        {
            "start": 864158019,
            "stop": 864158559
        },
        {
            "start": 864158985,
            "stop": 864159705
        },
        {
            "start": 864159839,
            "stop": 864160199
        },
        {
            "start": 864160361,
            "stop": 864160721
        },
        {
            "start": 864160989,
            "stop": 864161649
        },
        {
            "start": 864162004,
            "stop": 864167524
        },
        {
            "start": 864200954,
            "stop": 864202034
        },
        {
            "start": 864202184,
            "stop": 864208004
        },
        {
            "start": 864208154,
            "stop": 864214334
        },
        {
            "start": 864214815,
            "stop": 864216615
        }
    ]
}