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/L1_STOCH_CAT2_H2L1/segments?format=api&page=412
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_H2L1/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=411",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 412,
    "results": [
        {
            "start": 838049111,
            "stop": 838049291
        },
        {
            "start": 838049522,
            "stop": 838049822
        },
        {
            "start": 838050011,
            "stop": 838050131
        },
        {
            "start": 838050264,
            "stop": 838051044
        },
        {
            "start": 838052099,
            "stop": 838053779
        },
        {
            "start": 838056063,
            "stop": 838056183
        },
        {
            "start": 838056560,
            "stop": 838057220
        },
        {
            "start": 838057360,
            "stop": 838057840
        },
        {
            "start": 838058679,
            "stop": 838059099
        },
        {
            "start": 838059268,
            "stop": 838059328
        },
        {
            "start": 838059743,
            "stop": 838060343
        },
        {
            "start": 838060499,
            "stop": 838061039
        },
        {
            "start": 838061244,
            "stop": 838061364
        },
        {
            "start": 838061813,
            "stop": 838062233
        },
        {
            "start": 838062631,
            "stop": 838062991
        },
        {
            "start": 838063218,
            "stop": 838063398
        },
        {
            "start": 838063539,
            "stop": 838063839
        },
        {
            "start": 838063990,
            "stop": 838064290
        },
        {
            "start": 838066079,
            "stop": 838066499
        },
        {
            "start": 838099037,
            "stop": 838099937
        }
    ]
}