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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=274",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 275,
    "results": [
        {
            "start": 821690279,
            "stop": 821690281
        },
        {
            "start": 821690284,
            "stop": 821690317
        },
        {
            "start": 821690322,
            "stop": 821690324
        },
        {
            "start": 821690327,
            "stop": 821690330
        },
        {
            "start": 821690336,
            "stop": 821690338
        },
        {
            "start": 821690341,
            "stop": 821690342
        },
        {
            "start": 821690346,
            "stop": 821690348
        },
        {
            "start": 821690354,
            "stop": 821690356
        },
        {
            "start": 821690361,
            "stop": 821690367
        },
        {
            "start": 821690371,
            "stop": 821690374
        },
        {
            "start": 821690383,
            "stop": 821690386
        },
        {
            "start": 821690389,
            "stop": 821690409
        },
        {
            "start": 821690413,
            "stop": 821690433
        },
        {
            "start": 821690436,
            "stop": 821690456
        },
        {
            "start": 821690459,
            "stop": 821690465
        },
        {
            "start": 821690468,
            "stop": 821690474
        },
        {
            "start": 821690479,
            "stop": 821690481
        },
        {
            "start": 821690489,
            "stop": 821690504
        },
        {
            "start": 821690507,
            "stop": 821690525
        },
        {
            "start": 821690528,
            "stop": 821690533
        }
    ]
}