Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=78
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=77",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 78,
    "results": [
        {
            "start": 819956768,
            "stop": 819956828
        },
        {
            "start": 819956991,
            "stop": 819957171
        },
        {
            "start": 819957328,
            "stop": 819958048
        },
        {
            "start": 819958416,
            "stop": 819959016
        },
        {
            "start": 819959426,
            "stop": 819959666
        },
        {
            "start": 819959987,
            "stop": 819960167
        },
        {
            "start": 819960696,
            "stop": 819960936
        },
        {
            "start": 819961721,
            "stop": 819961781
        },
        {
            "start": 819961946,
            "stop": 819962186
        },
        {
            "start": 819962463,
            "stop": 819962643
        },
        {
            "start": 819963531,
            "stop": 819963831
        },
        {
            "start": 819964009,
            "stop": 819964069
        },
        {
            "start": 819964264,
            "stop": 819964384
        },
        {
            "start": 819964608,
            "stop": 819964668
        },
        {
            "start": 819964937,
            "stop": 819965057
        },
        {
            "start": 819965237,
            "stop": 819965297
        },
        {
            "start": 819967057,
            "stop": 819967117
        },
        {
            "start": 819967493,
            "stop": 819967673
        },
        {
            "start": 819977324,
            "stop": 819977444
        },
        {
            "start": 819982238,
            "stop": 819982358
        }
    ]
}