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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=78",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 79,
    "results": [
        {
            "start": 816487670,
            "stop": 816487697
        },
        {
            "start": 816487702,
            "stop": 816487722
        },
        {
            "start": 816487728,
            "stop": 816487730
        },
        {
            "start": 816487735,
            "stop": 816487737
        },
        {
            "start": 816487744,
            "stop": 816487762
        },
        {
            "start": 816487767,
            "stop": 816487770
        },
        {
            "start": 816487782,
            "stop": 816487794
        },
        {
            "start": 816487797,
            "stop": 816487877
        },
        {
            "start": 816487882,
            "stop": 816487900
        },
        {
            "start": 816487903,
            "stop": 816487955
        },
        {
            "start": 816487959,
            "stop": 816487994
        },
        {
            "start": 816487997,
            "stop": 816488043
        },
        {
            "start": 816488046,
            "stop": 816488076
        },
        {
            "start": 816488259,
            "stop": 816488279
        },
        {
            "start": 816488286,
            "stop": 816488378
        },
        {
            "start": 816488382,
            "stop": 816488383
        },
        {
            "start": 816488389,
            "stop": 816488392
        },
        {
            "start": 816488395,
            "stop": 816488413
        },
        {
            "start": 816493058,
            "stop": 816493376
        },
        {
            "start": 816493386,
            "stop": 816495408
        }
    ]
}