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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=151",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 152,
    "results": [
        {
            "start": 821549105,
            "stop": 821549124
        },
        {
            "start": 821549127,
            "stop": 821549173
        },
        {
            "start": 821549178,
            "stop": 821549186
        },
        {
            "start": 821549191,
            "stop": 821549204
        },
        {
            "start": 821549207,
            "stop": 821549208
        },
        {
            "start": 821549213,
            "stop": 821549229
        },
        {
            "start": 821549232,
            "stop": 821549241
        },
        {
            "start": 821549244,
            "stop": 821549245
        },
        {
            "start": 821549248,
            "stop": 821549290
        },
        {
            "start": 821549293,
            "stop": 821549312
        },
        {
            "start": 821549315,
            "stop": 821549319
        },
        {
            "start": 821549323,
            "stop": 821549327
        },
        {
            "start": 821549330,
            "stop": 821549355
        },
        {
            "start": 821549358,
            "stop": 821549366
        },
        {
            "start": 821549369,
            "stop": 821549373
        },
        {
            "start": 821549376,
            "stop": 821549381
        },
        {
            "start": 821549384,
            "stop": 821549389
        },
        {
            "start": 821549394,
            "stop": 821549397
        },
        {
            "start": 821549400,
            "stop": 821549409
        },
        {
            "start": 821549412,
            "stop": 821549422
        }
    ]
}