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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=102",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 103,
    "results": [
        {
            "start": 820913736,
            "stop": 820913856
        },
        {
            "start": 820915144,
            "stop": 820915264
        },
        {
            "start": 820915774,
            "stop": 820915834
        },
        {
            "start": 820915980,
            "stop": 820916220
        },
        {
            "start": 820916582,
            "stop": 820916972
        },
        {
            "start": 820917160,
            "stop": 820917940
        },
        {
            "start": 820918098,
            "stop": 820918518
        },
        {
            "start": 820918663,
            "stop": 820919023
        },
        {
            "start": 820919167,
            "stop": 820919407
        },
        {
            "start": 820919572,
            "stop": 820920292
        },
        {
            "start": 820920534,
            "stop": 820920954
        },
        {
            "start": 820921121,
            "stop": 820921181
        },
        {
            "start": 820923793,
            "stop": 820923853
        },
        {
            "start": 820924261,
            "stop": 820924321
        },
        {
            "start": 820924478,
            "stop": 820924538
        },
        {
            "start": 820924693,
            "stop": 820924753
        },
        {
            "start": 820924946,
            "stop": 820925546
        },
        {
            "start": 820925678,
            "stop": 820925918
        },
        {
            "start": 820970595,
            "stop": 820970775
        },
        {
            "start": 820970924,
            "stop": 820970984
        }
    ]
}