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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=24",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 25,
    "results": [
        {
            "start": 817532237,
            "stop": 817532477
        },
        {
            "start": 817532789,
            "stop": 817535549
        },
        {
            "start": 817535727,
            "stop": 817535847
        },
        {
            "start": 817535997,
            "stop": 817536147
        },
        {
            "start": 817536472,
            "stop": 817536592
        },
        {
            "start": 817537814,
            "stop": 817537934
        },
        {
            "start": 817538106,
            "stop": 817538526
        },
        {
            "start": 817538668,
            "stop": 817541968
        },
        {
            "start": 817543107,
            "stop": 817543347
        },
        {
            "start": 817543501,
            "stop": 817543681
        },
        {
            "start": 817543823,
            "stop": 817543943
        },
        {
            "start": 817544233,
            "stop": 817546633
        },
        {
            "start": 817546939,
            "stop": 817547599
        },
        {
            "start": 817547760,
            "stop": 817548180
        },
        {
            "start": 817548343,
            "stop": 817549333
        },
        {
            "start": 817551204,
            "stop": 817551264
        },
        {
            "start": 817551707,
            "stop": 817552487
        },
        {
            "start": 817555586,
            "stop": 817556006
        },
        {
            "start": 817556177,
            "stop": 817556957
        },
        {
            "start": 817557120,
            "stop": 817557240
        }
    ]
}