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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8173",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8174,
    "results": [
        {
            "start": 971028306,
            "stop": 971028353
        },
        {
            "start": 971028364,
            "stop": 971028407
        },
        {
            "start": 971028418,
            "stop": 971028463
        },
        {
            "start": 971028466,
            "stop": 971028519
        },
        {
            "start": 971028522,
            "stop": 971028607
        },
        {
            "start": 971028610,
            "stop": 971028763
        },
        {
            "start": 971028766,
            "stop": 971028770
        },
        {
            "start": 971028773,
            "stop": 971028846
        },
        {
            "start": 971028849,
            "stop": 971028877
        },
        {
            "start": 971028880,
            "stop": 971028922
        },
        {
            "start": 971028935,
            "stop": 971028941
        },
        {
            "start": 971028944,
            "stop": 971029099
        },
        {
            "start": 971029103,
            "stop": 971029240
        },
        {
            "start": 971029243,
            "stop": 971029257
        },
        {
            "start": 971029270,
            "stop": 971029274
        },
        {
            "start": 971029277,
            "stop": 971029292
        },
        {
            "start": 971029295,
            "stop": 971029301
        },
        {
            "start": 971029311,
            "stop": 971029318
        },
        {
            "start": 971029348,
            "stop": 971029352
        },
        {
            "start": 971029359,
            "stop": 971029362
        }
    ]
}