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=943
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=944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=942",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 943,
    "results": [
        {
            "start": 866820716,
            "stop": 866820776
        },
        {
            "start": 866822679,
            "stop": 866822739
        },
        {
            "start": 866823168,
            "stop": 866823768
        },
        {
            "start": 866828793,
            "stop": 866829393
        },
        {
            "start": 866829543,
            "stop": 866830713
        },
        {
            "start": 866830888,
            "stop": 866831338
        },
        {
            "start": 866831488,
            "stop": 866833108
        },
        {
            "start": 866833324,
            "stop": 866833414
        },
        {
            "start": 866833577,
            "stop": 866833637
        },
        {
            "start": 866847031,
            "stop": 866847511
        },
        {
            "start": 866847673,
            "stop": 866847853
        },
        {
            "start": 866848007,
            "stop": 866848097
        },
        {
            "start": 866848277,
            "stop": 866848427
        },
        {
            "start": 866848567,
            "stop": 866848747
        },
        {
            "start": 866848991,
            "stop": 866850911
        },
        {
            "start": 866851108,
            "stop": 866852698
        },
        {
            "start": 866852848,
            "stop": 866861788
        },
        {
            "start": 866863077,
            "stop": 866871987
        },
        {
            "start": 866872137,
            "stop": 866875017
        },
        {
            "start": 866876743,
            "stop": 866894353
        }
    ]
}