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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=375",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 376,
    "results": [
        {
            "start": 821761204,
            "stop": 821761205
        },
        {
            "start": 821761208,
            "stop": 821761214
        },
        {
            "start": 821761218,
            "stop": 821761221
        },
        {
            "start": 821761224,
            "stop": 821761226
        },
        {
            "start": 821761240,
            "stop": 821761245
        },
        {
            "start": 821761251,
            "stop": 821761259
        },
        {
            "start": 821761262,
            "stop": 821761263
        },
        {
            "start": 821761270,
            "stop": 821761272
        },
        {
            "start": 821761278,
            "stop": 821761279
        },
        {
            "start": 821761288,
            "stop": 821761289
        },
        {
            "start": 821761298,
            "stop": 821761300
        },
        {
            "start": 821761303,
            "stop": 821761304
        },
        {
            "start": 821761311,
            "stop": 821761312
        },
        {
            "start": 821761315,
            "stop": 821761319
        },
        {
            "start": 821761324,
            "stop": 821761340
        },
        {
            "start": 821761343,
            "stop": 821761345
        },
        {
            "start": 821761348,
            "stop": 821761349
        },
        {
            "start": 821761352,
            "stop": 821761362
        },
        {
            "start": 821761381,
            "stop": 821761384
        },
        {
            "start": 821761390,
            "stop": 821761394
        }
    ]
}